@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
area {
  outline: none;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #2966ca;
}
img {
  -ms-interpolation-mode: bicubic;
}

html,
body {
  font-family: '微软雅黑', sans-serif;
  min-width: 1170px;
}
html {
  height: 100%;
  position: relative;
}
input {
  border-radius: 0;
}
button {
  -webkit-appearance: none;
  border-radius: 0;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
  list-style: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.boxcenter {
  margin: 0 auto;
}
.fl_all {
  float: left;
  display: inline-block;
}
.fr_all {
  float: right;
  display: inline-block;
}
.txtdot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
* {
  -webkit-text-size-adjust: none;
} /*禁止手机字体变大*/

/*responsive Normal*/
.maxcontainer {
  width: 100%;
  min-width: 1170px;
}
.container {
  width: 1170px;
}
.fl_pc {
  float: left;
  display: inline-block;
}
.fr_pc {
  float: right;
  display: inline-block;
}
.col_2in1 {
  width: 50%;
  *width: 49.9%;
}
.col_3in1 {
  width: 33.3%;
}
.col_4in1 {
  width: 25%;
  *width: 24.9%;
}
.col_5in1 {
  width: 20%;
  *width: 19.9%;
}
.col_6in1 {
  width: 16.6%;
}
.pchide {
  display: none;
}
.mhide {
  display: block;
}
.padhide {
  display: block;
}
.padshow {
  display: none;
}
.mar0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
.main {
  position: relative;
  overflow: hidden;
}

/* header */
.sacl-header-wrap {
  background-color: #f7f8fa;
  height: 115px;
  overflow: hidden;
  border-bottom: 5px solid transparent;
  border-image: linear-gradient(to top, #0073c3, #01538c) 1;
}
.sacl-logo {
  width: 400px;
  height: 54px;
  margin-top: 30px;
}
.sacl-logo img {
  height: 100%;
}
.sacl-utilities {
  width: 770px;
}
.qc_search {
  text-align: right;
  position: relative;
}
.qc_search .text {
  width: 212px;
  height: 20px;
  line-height: 20px;
  border: 0;
  outline: none;
  background: url(scy_gjqc_search_bj_03.png) no-repeat;
  font-size: 14px;
  color: #999;
  padding: 8px 34px 8px 24px;
  margin-left: 16px;
  font-family: '微软雅黑';
}
.qc_search .button {
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 8px;
}
.qc_search a {
  font-size: 14px;
  color: #999;
}
.qc_search span {
  font-szie: 14px;
  color: #999;
  padding: 0 12px;
}
.sacl-utilities p.sacl-social {
  text-align: right;
  margin: 10px 0;
}
.sacl-utilities p.sacl-social a img {
  margin-left: 10px;
  cursor: pointer;
}
.sacl-utilities ul.menus-box li {
  float: left;
  padding-left: 42px;
}
.sacl-utilities ul.menus-box li:first-child {
  padding-left: 10px;
}
.sacl-utilities ul.menus-box li a {
  font-size: 16px;
  color: #333;
}
/* banner */

.sacl-banner-wrap {
  overflow: hidden;
  height: 450px;
  background-color: #f7f8fa;
}
.main-banner_wrapper {
  position: relative;
  max-width: 1920px;
  text-align: center;
}
.main-banner .item {
  max-width: 1920px;
  height: 450px;
}
.main-banner .item img {
  width: 100%;
  height: 100%;
}
.main-banner-dot {
  position: absolute;
  bottom: 30px;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  height: 10px;
  text-align: center;
}
.main-banner-dot > span {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 100%;
  display: inline-block;
}
.main-banner-dot > span.tns-nav-active {
  background-color: #005e9a;
}
/*  */
.sacl-content-wrap {
  background-color: #f7f8fa;
  overflow: hidden;
}
.sacl-content {
  width: 1170px;
}
.main-content-wrap {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  margin-top: 50px;
  box-shadow: 0px 0px 6.86px 0.14px rgba(0, 0, 0, 0.12);
}
.cloumn-title,
.cloumn-title > a {
  font-size: 24px;
  font-weight: bold;
  color: #005e9a;
}
.slide-news-wrap,
.slide-news .item {
  width: 600px;
  height: 405px;
  overflow: hidden;
  position: relative;
}
.item-title {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-image: linear-gradient(transparent, rgb(0 0 0 / 55%));
  background-size: auto 100%;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.item-title > a {
  color: #fff;
  padding: 0 4em 0 1em;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slide-news .item img {
  width: 100%;
  height: 100%;
}
.sn-index {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 0.5em;
  color: #e5e5e5;
  font-size: 14px;
}
.sn-index > span {
  margin: 0 5px;
}
.sn-index .sn_current {
  font-size: 22px;
  color: #fff;
}
.slide-news-control {
  display: none;
  transition: all 0.3s;
}
.slide-news-wrap:hover .slide-news-control {
  display: block;
}
.slide-news-control > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 36px;
  height: 60px;
  background: url(icon-arrows.png) no-repeat;
}
.slide-news-control > span:first-child {
  left: 0;
  right: auto;
  background-position: 0 0;
}
.slide-news-control > span:first-child:hover {
  background-position: 0 -70px;
}
.slide-news-control > span:last-child {
  left: auto;
  right: 0;
  background-position: -41px 0;
}
.slide-news-control > span:last-child:hover {
  background-position: -41px -70px;
}
.slide-news-wrap {
  margin-top: 50px;
}
.news-main {
  width: 480px;
  margin-top: -20px;
  position: relative;
}
.news-co-title {
  font-size: 0;
}
.news-co-title > li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  cursor: default;
  margin-right: 50px;
}
.news-co-title > li.cur {
  color: #005e9a;
  border-bottom: 2px solid #005e9a;
  height: 48px;
  line-height: 48px;
}
.news-co-more {
  position: absolute;
  right: 0;
  top: 20px;
  color: #ff6600;
  font-size: 14px;
}
.news-co-more:hover {
  color: #ff6600;
  text-decoration: underline;
}
.news-co-box {
  margin-top: 20px;
  height: 405px;
  overflow: hidden;
}
.news-big-data {
  overflow: hidden;
  padding: 24px 0 23px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.news-big-data:nth-child(2) {
  padding-top: 0;
}
.news-big-data > dt {
  float: left;
  width: 80px;
  box-sizing: border-box;
  padding-right: 18px;
  border-right: 2px solid #999;
  height: 65px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  color: #666;
  font-size: 14px;
}
.news-big-data > dt > span {
  display: block;
  font-size: 36px;
  font-weight: bold;
}
.news-big-data > dd {
  float: right;
  width: 400px;
  box-sizing: border-box;
  padding-left: 30px;
  height: 65px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  color: #666;
}
.news-big-data > dd > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}
.news-big-data:hover {
  border-bottom-color: #005e9a;
  box-shadow: #cce3f3 2px 2px 4px, #dbecf6 0px 0px 0px inset;
  color: #005e9a;
}
.news-big-data:hover > dt {
  border-right-color: #005e9a;
  color: #005e9a;
}
.news-big-data:hover > dd {
  color: #005e9a;
}
.news-big-data:hover > dd > a,
.news-big-data > dd > a:hover {
  color: #005e9a;
}
.main-content-box {
  overflow: hidden;
  margin-top: 30px;
}
.main-con-box {
  position: relative;
  overflow: hidden;
}
.main-con-text {
  width: 630px;
  height: 340px;
  background: url(bg-circle.png) right bottom no-repeat;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 2;
  background-color: #fff;
}
.main-con-text-title {
  font-size: 24px;
  color: #333;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.main-con-text-title::before {
  content: '';
  width: 22px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-con-text-desc {
  font-size: 18px;
  color: #666;
  line-height: 2;
  margin-top: 10px;
  height: 180px;
  overflow: hidden;
}
.main-con-pic {
  height: 390px;
  width: 575px;
}
.main-con-pic img {
  width: 100%;
  height: 100%;
}
.main-con-btns {
  margin-top: 10px;
}
.main-con-btns > dt {
  float: left;
  height: 40px;
  width: 130px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #03529e;
  color: #fff;
  border-radius: 40px;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
  box-shadow: rgba(3, 82, 158, 0.66) 16px 4px 20px;
}
.main-con-btns > dt::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 36px;
  margin: auto;
}
.main-con-btns > dt > a {
  color: #fff;
}
.main-con-btns > dd {
  float: right;
  vertical-align: bottom;
  height: 40px;
  line-height: 60px;
  margin-right: 90px;
  width: 360px;
  text-align: right;
}
.main-con-bussiness .main-con-text {
  right: 0;
  left: unset;
  padding-left: 50px;
}
.main-con-bussiness {
  position: relative;
}
.main-bussiness-title {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  font-size: 0;
}
.main-bussiness-title > li {
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
  width: 170px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  border: 1px solid #005e9a;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.main-bussiness-title > li.cur {
  background: #005e9a url(icon-car.png) center center no-repeat;
}
.main-bussiness-title > li.cur a {
  display: none;
}
.main-con-bussiness .main-content-box {
  margin-top: 50px;
}
.main-achievement-box .cloumn-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #005e9a;
}
.main-achievement-items {
  font-size: 0;
}
.main-achievement-items > li {
  font-size: 18px;
  color: #999;
  display: inline-block;
  text-align: center;
  padding: 20px 54px;
  position: relative;
  overflow: hidden;
  width: 284px;
  height: 100px;
  vertical-align: top;
  margin-bottom: 20px;
}
.main-achievement-items > li > p > b {
  font-size: 40px;
  color: #005e9a;
  margin-bottom: 5px;
  display: inline-block;
}
.main-achievement-items > li::after {
  content: '';
  height: 66px;
  width: 1px;
  background-color: #999;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}
.main-achievement-items > li:nth-child(1),
.main-achievement-items > li:nth-child(4),
.main-achievement-items > li:nth-child(7) {
  padding-left: 0;
}
.main-achievement-items > li:nth-child(3),
.main-achievement-items > li:nth-child(6),
.main-achievement-items > li:nth-child(10) {
  padding-right: 0;
}
.main-achievement-items > li:nth-child(2),
.main-achievement-items > li:nth-child(5) {
  width: 316px;
  padding: 20px 58px;
}
.main-achievement-items > li:nth-child(1)::after,
.main-achievement-items > li:nth-child(4)::after,
.main-achievement-items > li:nth-child(7)::after {
  display: none;
}
.main-achievement-items > li:nth-child(n + 7) {
  /* margin-bottom: 0; */
  padding: 20px;
  width: 236px;
}
.main-column-three {
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;
}
.slide-tech-wrap {
  margin-top: 0;
}
.main-topic-block {
  box-shadow: 0px 0px 6.86px 0.14px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  width: 370px;
  float: left;
}
.slide-tech-wrap,
.slide-tech-wrap .slide-news .item {
  width: 370px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.main-topic-block > dt {
  height: 64px;
  line-height: 64px;
  padding-left: 54px;
  font-size: 18px;
  font-weight: bold;
  color: #005e9a;
}
.main-topic-block > dt a {
  color: #005e9a;
}
.topic-tech > dt {
  background: url(icon-t1.png) 20px center no-repeat;
}
.topic-topic {
  margin: 0 30px;
}
.topic-topic > dt {
  background: url(icon-t2.png) 20px center no-repeat;
}
.topic-stock > dt {
  background: url(icon-t3.png) 20px center no-repeat;
}
.item-title {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.item-title > a {
  padding: 0 1em;
}
/*尾部*/
.qc_foot_nav {
  width: 100%;
  height: 316px;
  background: #005e9a;
}
.qc_foot {
  width: 1170px;
  margin: 0 auto;
  padding-top: 22px;
}
.qc_footlf {
  width: 370px;
  margin-right: 30px;
}
.qc_footlf h2,
.qc_footcn h2 {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.qc_footcn {
  width: 720px;
  overflow: hidden;
}
.qc_footcn > ul {
  width: 230px;
  overflow: hidden;
  float: left;
}
.qc_footcn > .erwei {
  width: 450px;
  float: right;
  overflow: hidden;
  height: 120px;
  font-size: 0;
  margin-top: 50px;
}
.qc_footcn > .erwei > div {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  width: 140px;
  height: 120px;
  margin: 0 5px;
  text-align: center;
}
.qc_footcn > .erwei > div img {
  width: 100px;
}
.qc_footlf p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 40px;
}
.qc_footcn ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.qc_footer_wrap {
  width: 100%;
  height: 90px;
  background: #f5f5f5;
}
.qc_footer {
  width: 1170px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding-top: 20px;
}
.qc_footer a {
  color: #333;
  font-size: 14px;
}
.qc_footer span {
  padding: 0 10px;
}
.qc_footer p {
  padding-top: 14px;
}